home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / kernel / stacia.h.D < prev    next >
Text File  |  1990-07-25  |  466b  |  19 lines

  1. *** /tmp/,RCSt1022314    Wed Jul 25 13:55:54 1990
  2. --- stacia.h    Mon Jul 23 10:52:14 1990
  3. ***************
  4. *** 9,11 ****
  5.   struct acia {
  6. !     char    acb[4];        /* use only the odd bytes */
  7.   };
  8. --- 9,11 ----
  9.   struct acia {
  10. !     unsigned char    acb[4];        /* use only the odd bytes */
  11.   };
  12. ***************
  13. *** 49,50 ****
  14.   #define    KBD_INIT    (A_81N|A_Q64)
  15. ! #define    MDI_INIT    (A_81N|A_Q16)
  16. --- 49,50 ----
  17.   #define    KBD_INIT    (A_81N|A_Q64)
  18. ! #define    MDI_INIT    (A_RXINT|A_TXPOL|A_81N|A_Q16)
  19.